Function Missing

This error page generate dynamically by this framework.

We found missing function for controller:

Session_Controller()

To solve this problem, browse this path:

./application/controllers\

Find and update this filename:

session.php

Example source code inside this session.php will look like:

<?php
class Session_Controller extends AppController
{
	... part of your code...

	public function scmdkl()
	{
		... your code here ...
	}

	... part of your code...
}
?>